home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if not count(the windowList) then
- doRollover(20, 1)
- end if
- end
-
- on mouseLeave
- if not count(the windowList) then
- doRollout(20)
- end if
- end
-
- on mouseUp
- global TEXTDISPLAY, LINECOUNTER
- set LINECOUNTER to 0
- glowClear()
- doClick()
- cursor(0)
- go("Start")
- end
-